home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / tuningentry.ctl < prev    next >
Text File  |  2000-05-12  |  3KB  |  77 lines

  1. -- RCSVER $Id: tuningentry.ctl,v 1.1 2000-05-03 12:29:29-05 randy Exp $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1998, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        tuningentry.ctl
  6. -- Date:     02/09/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the tuningentry table.
  9. -- Changes:
  10. -- ********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE tuningentry
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     name,
  18.     minval,
  19.     maxval,
  20.     numdigits,
  21.     config_num
  22. )
  23. begindata
  24. t_monitor_check_interval|0|60|2|1|
  25. t_cashbox_id_door_closed_wait|1|1000|4|1|
  26. t_cashbox_id_door_open_wait|1|50|4|1|
  27. t_cbid_time_between_messages|1|100|4|1|
  28. t_max_shutdown_task_time|1|60|2|1|
  29. t_max_bank_note_retries|0|10|2|1|
  30. t_bank_note_sleep_time|1|60|2|1|
  31. t_max_wait_for_response|1|10|2|1|
  32. t_bank_note_cycle_limit|1|1000|4|1|
  33. t_max_stacker_wait_time|1|30|2|1|
  34. t_xfer_motor_time|1|30|2|1|
  35. t_ocu_keyboard_timeout|1|10|2|1|
  36. t_pui_msg_wait_time|1|30|2|1|
  37. t_bill_multiplier|1|1000|4|1|
  38. t_password_retries|0|10|2|1|
  39. t_end_shift_timeout|0|10000|5|1|
  40. t_ocu_display_timeout|1|10000|5|1|
  41. t_max_coin_cashbox_value|1|100000|6|1|
  42. t_max_bill_cashbox_count|1|10000|5|1|
  43. t_coin_cashbox_threshhold|1|100000|6|1|
  44. t_bill_cashbox_threshhold|1|10000|5|1|
  45. t_stat_update_interval|1|1000|4|1|
  46. t_percentage_invalid|1|100|3|1|
  47. t_auto_dump_timeout_full|0|60|3|1|
  48. t_auto_dump_timeout_part|0|90|3|1|
  49. t_display_msg_time|1|120|3|1|
  50. t_cashbox_access_door_beep|1|10000|5|1|
  51. t_cashbox_access_door_open|0|10000|5|1|
  52. t_cashbox_unlatch_remove_delay|0|10000|5|1|
  53. t_cashbox_latch_insert_delay|0|10000|5|1|
  54. t_cashbox_replacement_timeout|1|120|3|1|
  55. t_solenoid_close_delay|0|10000|5|1|
  56. t_transfer_timeout|1|10000|5|1|
  57. t_singulator_timeout|1|60|2|1|
  58. t_bump_stacker_time|1|1000|3|1|
  59. t_check_coin_return_time|1|120|3|1|
  60. t_jam_clear_door_beep|0|10000|5|1|
  61. t_jam_clear_door_open_time|0|10000|5|1|
  62. t_jam_clear_password_time|0|10000|5|1|
  63. t_shift_open_low_power|0|10000|5|1|
  64. t_shift_closed_low_power|0|10000|5|1|
  65. t_single_bill_override_time|0|120|3|1|
  66. t_solenoid_engage_ticks|0|10000|5|1|
  67. t_solenoid_engage_ticks_max|0|10000|5|1|
  68. t_solenoid_pm_engage_ticks|0|10000|5|1|
  69. t_solenoid_pm_disengage_ticks|0|10000|5|1|
  70. t_load_wayfare|0|1|1|1|
  71. t_solenoid_pm_max_ticks|0|10000|5|1|
  72. t_solenoid_close_time|0|10000|5|1|
  73. t_max_trips_in_run|0|100|3|1|
  74. t_trip_data_in_revenue_service|0|1|1|1|
  75. t_ocu_hist_buf_max|1|10000|5|1|
  76. t_ocu_reset_interval|0|10000|5|1|
  77.